home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutFrm
- BackColor = &H00C0C0C0&
- Caption = "About ASC2MDB"
- ClientHeight = 1425
- ClientLeft = 2790
- ClientTop = 2835
- ClientWidth = 4695
- ControlBox = 0 'False
- Height = 1830
- Left = 2730
- LinkTopic = "Form3"
- ScaleHeight = 1425
- ScaleWidth = 4695
- Top = 2490
- Width = 4815
- Begin CommandButton Command1
- Caption = "&OK"
- Height = 375
- Left = 3960
- TabIndex = 2
- Top = 840
- Width = 615
- End
- Begin TextBox Text2
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Enabled = 0 'False
- FontBold = 0 'False
- FontItalic = -1 'True
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 615
- Left = 1200
- MultiLine = -1 'True
- TabIndex = 1
- Text = "ASC3MDB V0 .9
- 1993 Richard Curzon. CIS 71371,2521 Not for resale for profit."
- Top = 720
- Width = 2535
- End
- Begin TextBox Text1
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Enabled = 0 'False
- Height = 495
- Left = 1200
- MultiLine = -1 'True
- TabIndex = 0
- Text = "ASC2MDB: a framework for feeding ASCII data into .MDB files."
- Top = 120
- Width = 2775
- End
- Begin Image Image1
- Height = 480
- Left = 240
- Picture = ABOUTFRM.FRX:0000
- Top = 360
- Width = 480
- End
- Option Explicit
- Sub Command1_Click ()
- Unload Me
- End Sub
-